runtime.traceMapNode.data (field)

7 uses

	runtime (current package)
		tracemap.go#L52: 	data     []byte
		tracemap.go#L105: 		if n.hash == hash && uintptr(len(n.data)) == size {
		tracemap.go#L106: 			if memequal(unsafe.Pointer(&n.data[0]), data, size) {
		tracemap.go#L126: 	*(*notInHeapSlice)(unsafe.Pointer(&meta.data)) = sl
		tracestack.go#L160: 	stack := unsafe.Slice((*uintptr)(unsafe.Pointer(&node.data[0])), uintptr(len(node.data))/unsafe.Sizeof(uintptr(0)))
		tracetype.go#L47: 	typ := (*abi.Type)(*(*unsafe.Pointer)(unsafe.Pointer(&node.data[0])))